Skip to content

Allow PHP 8.2 and remove mb_ calls#578

Merged
Spomky merged 1 commit into
4.0.xfrom
cs/php-82-and-no-mb
Jul 9, 2024
Merged

Allow PHP 8.2 and remove mb_ calls#578
Spomky merged 1 commit into
4.0.xfrom
cs/php-82-and-no-mb

Conversation

@Spomky
Copy link
Copy Markdown
Member

@Spomky Spomky commented Jul 9, 2024

Target branch:
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • It is related to dependencies

Includes:

  • Breaks BC
  • Deprecations

This commit replaces mb_* functions with non-multibyte equivalent functions, which don't require mbstring extension. It also adjusts the required PHP version in composer.json from 8.3 to 8.2. This change reduces dependencies and broadens compatibility without impacting functionality. It is part of an overall code simplification and optimization effort.
@Spomky Spomky added the DX label Jul 9, 2024
@Spomky Spomky added this to the 4.0.1 milestone Jul 9, 2024
@Spomky Spomky self-assigned this Jul 9, 2024
@Spomky Spomky changed the title Cs/php 82 and no mb Allow PHP 8.2 and remove mb_ calls Jul 9, 2024
@Spomky Spomky closed this Jul 9, 2024
@Spomky Spomky force-pushed the cs/php-82-and-no-mb branch from cd6be3e to 57c78f2 Compare July 9, 2024 16:17
@Spomky Spomky reopened this Jul 9, 2024
@Spomky Spomky merged commit 4af252f into 4.0.x Jul 9, 2024
@Spomky Spomky deleted the cs/php-82-and-no-mb branch July 9, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant